projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d815e
)
[IA64] compilation fix
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Fri, 10 Nov 2006 18:14:36 +0000
(11:14 -0700)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Fri, 10 Nov 2006 18:14:36 +0000
(11:14 -0700)
asmlinkage definition is needed in xen/asm-ia64/config.h.
It is necessary for xen/include/xen/acpi.h
Inadvertently removed from xen-unstable.hg in cset 12266:
0c332cf81e64
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/include/asm-ia64/config.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-ia64/config.h
b/xen/include/asm-ia64/config.h
index 92bfd364b1974e7702a1cebf2939ed7e760c738d..38ffe33b824792ad65eaed5df31218e91f7c8caa 100644
(file)
--- a/
xen/include/asm-ia64/config.h
+++ b/
xen/include/asm-ia64/config.h
@@
-168,6
+168,8
@@
extern int smp_num_siblings;
#ifndef __ASSEMBLY__
#include "asm/types.h" // for u64
+#include "linux/linkage.h" // for asmlinkage which is used by
+ // xen/include/acpi/acpixf.h
#endif
// warning: unless search_extable is declared, the return value gets